Parsowanie XML względem
DTD
n
DocumentBuilderFactory.setValidating(true);
n
DocumentBuilderFactory.
setIgnoringElementContentWhitespace(true);
n
n
Teraz nie trzeba będzie sprawdzać nazw
elementów!!!